﻿body {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑";
}
div, form, dl, dd, dt {
	margin: 0 auto;
	padding: 0;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: red;
}
.BodyWidth {
	width: 1200px;
}
.Left {
	float: left;
}
.Right {
	float: right;
	color: #858585;
}
.Right span {
	color: #0DA9F2;
}
.Clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/***************************************************************************************主页框架****************************/
/*********************页眉部分1********************/
.header1 {
	background-image: url("index2_02.jpg");
	background-position: top left;
	border-bottom: 1px #eee solid;
	overflow: hidden;
	font-size: 14px;
	padding: 7px 0px;
}
.header1 .Left {
	color: #858585;
}
.header1 .Right a {
	color: #8a8a96;
}
.header1 .Right a:hover {
	color: #c00725;
}
/*********************页眉部分2********************/
.header2 {
	text-align: center;
	padding: 15px 0;
}
/*********************导航部分********************/
.mainNav {
	background-color: #f7f7f7;
	border-bottom: 1px #d1d3d2 solid;
	height: 50px;
	z-index: 100;
}
.mainNav ul {
	width: 1200px;
	overflow: visible;
	z-index: 100;
}
.mainNav ul li {
	float: left;
	border-left: 1px white solid;
	border-right: 1px #e3e3e3 solid;
	position: relative;
	z-index: 100;
}
.mainNav ul li a {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #141414;
}
.mainNav ul li a:hover {
	background-image: url("index2_09.jpg");
	color: white;
}
.mainNav ul li:first-child a {
	background-image: url("index2_09.jpg");
	color: white;
}
.mainNav ul ul {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200px;
	z-index: 100;
	background: #0DA9F1;
	border-bottom: 1px white solid;
	display: none;
}
.mainNav ul ul li a {
	width: 200px;
	color: white;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainNav ul ul li:first-child a {
	background: none;
}
.mainNav ul ul li:first-child a:hover {
	background-image: url("index2_09.jpg");
}
.mainNav ul ul ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
/*********************内容区域*****************/
/*标题部分*/
.indexTitle {
	background-image: url("title2.jpg");
	overflow: hidden;
	padding: 6px;
	border-bottom: 1px #e4e4e4 solid;
}
.indexTitle .Left {
	display: block;
	background-image: url("title1.png");
	width: 117px;
	height: 27px;
	line-height: 27px;
	text-indent: 25px;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.indexTitle .Right {
	padding: 3px 5px 0 0;
}
/*********************内容区域1*****************/
.indexCont1 {
	padding: 20px 0px 30px 0px;
	overflow: hidden;
}
/*产品分类*/
.indexCpfl {
	float: left;
	border: 1px #e4e4e4 solid;
	width: 223px;
	height: 502px;
}
.indexCpfl .indexCont ul {
	padding: 0px 8px;
	z-index: 100;
}
.indexCpfl .indexCont ul li {
	border: 1px #e4e4e4 solid;
	background-image: url("title2.jpg");
	margin: 7px 0;
	position: relative;
	z-index: 100;
}
.indexCpfl .indexCont ul li a {
	display: block;
	padding: 10px 8px;
	background-image: url("ico001.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 20px;
	font-size: 12px;
	color: #8a8a8a;
}
.indexCpfl .indexCont ul li:hover {
	background-image: url("index2_09.jpg");
}
.indexCpfl .indexCont ul li a:hover {
	color: white;
}
.indexCpfl .indexCont ul ul {
	display: none;
	position: absolute;
	left: 213px;
	top: 0;
	width: 250px;
	padding: 0;
	z-index: 100;
}
.indexCpfl .indexCont ul ul li {
	margin: 3px 0;
}
.indexCpfl .indexCont ul ul li:first-child {
	margin: 0;
}
.indexCpfl .indexCont ul li ul li a {
	padding: 5px 8px;
}
/*产品展示*/
.indexCpzs {
	float: right;
	border: 1px #e4e4e4 solid;
	width: 958px;
	height: 500px;
}
.indexCpzs ul {
	padding: 14px 0 0 14px;
}
.indexCpzs ul li {
	float: left;
	width: 280px;
	height: 195px;
	margin: 0 14px 12px 0;
	padding: 8px;
	background-image: url("cpbg.png");
	text-align: center;
}
.indexCpzs ul li img {
	width: 260px;
	height: 165px;
}
.indexCpzs ul li .Name {
	padding: 3px 0;
}
/*品牌展示*/
.indexPzyzl {
	background-image: url("pinpbg.jpg");
	height: 760px;
	background-position: center top;
	background-repeat: no-repeat;
}
/*公司简介*/
.indexGsjj {
	margin-top: 30px;
	border: 1px #e4e4e4 solid;
}
.indexGsjj .indexCont {
	padding: 15px;
	overflow: hidden;
	line-height: 180%;
}
.indexGsjj .gsjjLeftImg {
	float: left;
	margin-right: 20px;
}
.indexGsjj .gsjjCont {
	float: left;
	width: 640px;
}
.indexGsjj .gsjjCont h6 {
	font-size: 16px;
	color: #0657b2;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
.indexGsjj .gsjjCont h7 {
	font-size: 14px;
	color: #045cbf;
	padding: 0;
	margin: 0;
}
.indexGsjj .gsjjCont p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 190%;
	margin-top: 5px;
}
.indexGsjj .gsjjCont a {
	color: #c00725;
}
.indexGsjj .gsjjRightImg {
	float: right;
	margin: 15px 0 0 10px;
}
/*新闻中心*/
.indexXwzx {
	margin-top: 20px;
	border: 1px #e4e4e4 solid;
}
.indexXwzx .indexCont {
	padding: 15px;
	overflow: hidden;
}
.indexXwzx .indexCont .xinwenLeftImg {
	float: left;
	margin-right: 20px;
}
.indexXwzx .indexCont .xinwenCont {
	float: right;
	width: 840px;
}
.indexXwzx .indexCont .xinwenCont ul {
	padding: 0 0 0 20px;
}
.indexXwzx .indexCont .xinwenCont li {
	float: left;
	margin-left: 20px;
	width: 380px;
	height: 26px;
	border-bottom: 1px #cbcbcb dashed;
	margin-bottom: 13px;
}
.indexXwzx .indexCont .xinwenCont li .Name {
	float: left;
	font-size: 14px;
	color: #666;
	text-indent: 20px;
	background: url("new_bg.jpg") no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.indexXwzx .indexCont .xinwenCont li .Time {
	float: right;
	font-size: 14px;
	color: #bbb;
}
.indexXwzx .cpzs {
}
.indexXwzx .cpzs ul li {
	float: left;
	width: 242px;
}
.indexXwzx .cpzs ul li img {
	width: 230px;
	height: 177px;
	border: 1px #CCC solid;
}
/*底部信息*/
.footer {
	margin-top: 30px;
	background-image: url("di_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
.indexDibuDao {
	padding-top: 30px;
	border-bottom: 1px #d1d3d2 solid;
	height: 50px;
}
.indexDibuDao ul {
	width: 1000px;
}
.indexDibuDao ul li {
	float: left;
	margin-right: 30px;
}
.indexDibuDao ul li a {
	color: white;
}
.indexDibuDao ul li a:hover {
	color: #000;
}
.indexDibuDao ul ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.indexDibuXinx {
	padding: 40px 0 30px 0;
	color: white;
	line-height: 30px;
}
/********************************************************************************************内页框架***************************************/
.nyMainCont {
	overflow: hidden;
	padding-top: 30px;
}
/*左侧导航*/
.nyMainCont .nyLeft {
	width: 223px;
	border: 1px #e4e4e4 solid;
}
.nyMainCont .nyLeftTitle {
	background-image: url("title2.jpg");
	overflow: hidden;
	padding: 6px;
	border-bottom: 1px #e4e4e4 solid;
}
.nyMainCont .nyLeftTitle .Left {
	display: block;
	background-image: url("title1.png");
	width: 117px;
	height: 27px;
	line-height: 27px;
	text-indent: 25px;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.nyMainCont .nyLeftTitle .Right {
	padding: 3px 5px 0 0;
}
.nyMainCont .nyLeft ul {
	padding: 0px 8px;
	z-index: 100;
}
.nyMainCont .nyLeft ul li {
	border: 1px #e4e4e4 solid;
	background-image: url("title2.jpg");
	margin: 7px 0;
	position: relative;
	z-index: 100;
}
.nyMainCont .nyLeft ul li a {
	display: block;
	padding: 10px 8px;
	background-image: url("ico001.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 20px;
	font-size: 12px;
	color: #8a8a8a;
}
.nyMainCont .nyLeft ul li:hover {
	background-image: url("index2_09.jpg");
}
.nyMainCont .nyLeft ul li a:hover {
	color: white;
}
.nyMainCont .nyLeft ul ul {
	display: none;
	position: absolute;
	left: 213px;
	top: 0;
	width: 250px;
	padding: 0;
	z-index: 100;
}
.nyMainCont .nyLeft ul ul li {
	margin: 3px 0;
}
.nyMainCont .nyLeft ul ul li:first-child {
	margin: 0;
}
.nyMainCont .nyLeft ul li ul li a {
	padding: 5px 8px;
}
/*右侧内容*/
.nyMainCont .nyRight {
	width: 958px;
}
.nyMainCont .mainTitle {
	border: 1px #e4e4e4 solid;
	background-color: #F8F8F8;
	overflow: hidden;
	padding: 8px 20px;
}
.nyMainCont .mainTitle .title {
	font-size: 16px;
	color: #135ab2;
	float: left;
}
.nyMainCont .mainTitle .station {
	display: none;
	padding-left: 20px;
	font-size: 12px;
	color: #969696;
	float: right;
	background-image: url("bg_tubiao.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
.nyMainCont .nyBody {
	margin: 20px 0;
}
.nyMainCont .nyBody .prodzi {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #135ab2;
	text-align: center;
}
.qywh {
	background: url('../../Upload/Article/wh.jpg') no-repeat right bottom;
}
/*产品内容页布局*/
.nyMainCont .nyBody .prohengqie .subTitle {
	background: url("prodbgtu.jpg") left top repeat-x;
	height: 54px;
	width: 100%;
	border-bottom: 1px #c4c4c4 solid;
}
.nyMainCont .nyBody .prohengqie .subTitle li {
	float: left;
	cursor: pointer;
	width: 150px;
	height: 34px;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
}
.nyMainCont .nyBody .prohengqie .subTitle li.act {
	background: url("pro_qie00.jpg") center bottom no-repeat;
}
.nyMainCont .nyBody .prohengqie .subCont li {
	padding: 20px 20px;
	font-size: 13px;
	color: #666;
}
.bg {
	clear: both;
	padding: 10px 0;
}
.bg table {
	width: 95%;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
}
.bg table tr td {
	text-align: center;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.gsjj {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	height:430px;
}
.gsjj p img {
	max-width: 750px;
}
.gsjj .right {
	float: left;
	padding-left: 20px;
}
.left .picChangePicList img {
	cursor: pointer;
}
.gsjj .ProdName {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}
.gsjj .consult {
	float: left;
	width: 90px;
	height: 30px;
	background: #0978BD;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.gsjj .consult a {
	color: white;
}
.gsjj .message {
	float: left;
	width: 90px;
	height: 30px;
	background: #0978BD;
	line-height: 30px;
	text-align: center;
	margin-left: 20px;
	border-radius: 5px;
}
.gsjj .message a {
	color: white;
}
.gsjj1 {
	clear: both;
}
.gsjj1 h3 {
	background: url('icon.png') no-repeat left center;
	height: 48px;
	line-height: 48px;
	width: 148px;
	text-indent: 20px;
	color: white;
	font-weight: normal;
}
/***分页***/
.pageNav {
	clear: both;
	text-align: center;
}
.pageNav span {
	display: inline-block;
	padding: 5px;
	border: 1px #EEE solid;
	margin: 2px;
	cursor: pointer;
}
.pageNav span:hover {
	background-color: #EEE;
}
.pageNav span.now {
	background-color: #333;
	color: white;
	font-weight: bold;
}
